ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPAlt<T> Class / ImGearXMPAlt<T> Constructor / ImGearXMPAlt<T> Constructor()




In This Topic
ImGearXMPAlt<T> Constructor()
In This Topic
Initializes a new instance of the ImGearXMPAlt<T> class.
Syntax
'Declaration
 
Public Function New()
 
'Usage
 
Dim instance As New ImGearXMPAlt(Of T)()

Return Value

New instance of ImGearXMPAlt<T> generic class object.
Remarks
This constructor creates an empty instance of ImGearXMPAlt<T> generic class.
See Also